github.com/refraction-networking/utls.Conn.clientProtocol (field)
11 uses
github.com/refraction-networking/utls (current package)
conn.go#L100: clientProtocol string
conn.go#L1634: state.NegotiatedProtocol = c.clientProtocol
handshake_client.go#L938: c.clientProtocol = hs.serverHello.alpnProtocol
handshake_client_tls13.go#L707: c.clientProtocol = encryptedExtensions.alpnProtocol
handshake_client_tls13.go#L745: if hs.session.alpnProtocol != c.clientProtocol {
handshake_server.go#L264: c.clientProtocol = selectedProto
handshake_server_tls13.go#L303: c.clientProtocol = selectedProto
handshake_server_tls13.go#L444: sessionState.alpnProtocol == c.clientProtocol {
handshake_server_tls13.go#L791: encryptedExtensions.alpnProtocol = c.clientProtocol
ticket.go#L298: alpnProtocol: c.clientProtocol,
u_handshake_client.go#L153: if len(hs.uconn.clientProtocol) == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |